Welcome![Sign In][Sign Up]
Location:
Search - huffman coding

Search list

[Software EngineeringHuffman-coding

Description: 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造。-The digital communication is it can and computer technology and digital signal processing technology in combination of the base, and realize the digital communication is the premise of source can provide all kinds of used to deliver news, such as voice, video and data and text must take the digital form said. And the source coding digital communication system is the important component, he is to ensure the effective transmission signal is an important way. Huffman coding based on the probability of characters appear to construct different "the average length of the shortest code words, sometimes called the best coding, superior performance is widely used in digital communication system. Huffman coding has become the soul of data compression algorithm. This paper introduces the structure of the encoding algorithm without distortion, Huffman coding rules and characteristics, and analysis of the source of the optimization method, and finally by MATLAB simulation to discuss compares two yu
Platform: | Size: 59392 | Author: 郑华 | Hits:

[Special EffectsHuffman-coding

Description: 用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
Platform: | Size: 9129984 | Author: 王锐 | Hits:

[Compress-Decompress algrithmsHuffman-coding-in-C-language

Description: 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
Platform: | Size: 204800 | Author: 肖军 | Hits:

[Compress-Decompress algrithmsHuffman-Coding

Description: 哈弗曼编译码,包含哈弗曼树、编码和解码过程。-Huffman Coding and Decoding
Platform: | Size: 3072 | Author: xuefei | Hits:

[Compress-Decompress algrithmsHuffman

Description: huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
Platform: | Size: 4096 | Author: 吴超 | Hits:

[OtherHuffman-coding

Description: 数据结构中的霍夫曼编码的源代码。对掌握c语言的数据结构有很好的帮助-Huffman coding in the data structure in the source code. Good master c language data structure
Platform: | Size: 1624064 | Author: 刘洋 | Hits:

[CommunicationHuffman-coding-and-decoding

Description: 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
Platform: | Size: 16384 | Author: Gary | Hits:

[Compress-Decompress algrithmsHuffman-coding-image-compression

Description: 使用哈夫曼编码对图像进行压缩,使用zigzag扫描,显示压缩后图像-Huffman coding image compression, using the zigzag scanning, image compression
Platform: | Size: 27648 | Author: weichao | Hits:

[OtherHuffman-Coding

Description: 哈夫曼编码,C语言编写,将概率事件分别编写为对应二进制编码,适合在通信环境中传输-Huffman coding, C language, the probability of the event were written to the corresponding binary coding, suitable for transmission in a communications environment
Platform: | Size: 1024 | Author: 李明 | Hits:

[Compress-Decompress algrithmsHuffman-Coding

Description: 霍夫曼编码的简单示例程序 用于教学。有注释,方便学生自学。-Huffman Coding
Platform: | Size: 789504 | Author: jeffreyyoung | Hits:

[JSP/JavaHuffman-Coding-master

Description: huffman coding and decoding useful for begining java
Platform: | Size: 17408 | Author: slimani | Hits:

[Data structsHuffman-coding

Description: Huffman编码实现压缩算法,带界面。功能较简单。C++编写。-Huffman coding to achieve compression algorithm, with the interface. Function is relatively simple. C++ writing.
Platform: | Size: 176128 | Author: wxy | Hits:

[matlabsource-huffman-coding

Description: IMAGE KOMPRESI MENGGUNAKAN ALGORITMA HUFFMAN CODING
Platform: | Size: 1024 | Author: ikhwan fakhrurrozi | Hits:

[Communicationhuffman-coding

Description: 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。-In telegraph communications, the message is transmitted binary sequence 0,1. Frequency character sets are different (such as e q and t and z are used with much more frequently), Huffman coding may be such that the shortest length coding, so that the same bit length information can be transmitted more .
Platform: | Size: 2048 | Author: wang2 | Hits:

[Data structsHuffman-coding-tree

Description: 用二叉树作为存储结构,实现霍夫曼树的编码以及01序列的解码-As with binary storage structure, to achieve Huffman coding tree
Platform: | Size: 6144 | Author: 王雅 | Hits:

[Data structsHuffman-coding

Description: 这是一个实现哈夫曼编码的算法,可以有效解决不等长字符的压缩-This is a Huffman coding algorithm can effectively solve the compression of unequal length character
Platform: | Size: 218112 | Author: 张恒 | Hits:

[Data structsHuffman-Coding

Description: 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) kind. Huffman coding method proposed in 1952, which is completely based on the occurrence probability of different characters to construct the average length of the shortest prefix code words, sometimes referred to as the best coding
Platform: | Size: 538624 | Author: rivasherlock | Hits:

[Education soft systemHuffman-coding-and-Compression--algorithm

Description: Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in the 1952 paper A Method for the Construction of Minimum-Redundancy Codes .[1] The process of finding and/or using such a code is called Huffman coding and is a common technique in entropy encoding, including in lossless data compression. The algorithm s output can be viewed as a variable-length code table for encoding a source symbol (such as a character in a file). Huffman s algorithm derives this table based on the estimated probability or frequency of occurrence (weight) for each possible value of the source symbol. -Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in the 1952 paper A Method for the Construction of Minimum-Redundancy Codes .[1] The process of finding and/or using such a code is called Huffman coding and is a common technique in entropy encoding, including in lossless data compression. The algorithm s output can be viewed as a variable-length code table for encoding a source symbol (such as a character in a file). Huffman s algorithm derives this table based on the estimated probability or frequency of occurrence (weight) for each possible value of the source symbol.
Platform: | Size: 2048 | Author: stoulod | Hits:

[Crack HackHuffman-coding-and-decoding

Description: 完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs
Platform: | Size: 2048 | Author: 左晨 | Hits:

[OtherHuffman-coding

Description: 可以实现哈夫曼编码,简单易懂,可以用于交作业。欢迎下载-Huffman coding can be achieved, easy to understand, can be used for homework. Welcome to download
Platform: | Size: 1024 | Author: 吴西皓 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net